Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

PyCharm

PyCharm

Install PyCharm cython module

Install the header files and static libraries for python dev. Use your package manager to install them system-wide.

For apt (ubuntu, debian...)

Python 2

$ sudo apt-get install python-dev

for Python 3

$ sudo apt-get install python3-dev

For yum (centos, redhat, fedora...)

$ sudo yum install python-devel